From 1b16514679c712a402934929bbe12b9046965870 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 10 May 2018 14:42:12 +0300 Subject: [PATCH] Bump to 0.5.2 Signed-off-by: Jonathan Dieter --- include/zck.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zck.h b/include/zck.h index b19493c..dffdcd5 100644 --- a/include/zck.h +++ b/include/zck.h @@ -1,10 +1,10 @@ #ifndef ZCK_H #define ZCK_H -#define ZCK_VERSION "0.5.1" +#define ZCK_VERSION "0.5.2" #define ZCK_VER_MAJOR 0 #define ZCK_VER_MINOR 5 -#define ZCK_VER_REVISION 1 +#define ZCK_VER_REVISION 2 #define ZCK_VER_SUBREVISION 0 #define True 1 -- 2.30.2